home *** CD-ROM | disk | FTP | other *** search
/ Power Utilities / Power Utilities.iso / utility / pro139 / glossary.asc < prev    next >
Encoding:
Text File  |  1992-03-14  |  36.6 KB  |  1,397 lines

  1.  Permission to upload this ASCII 37K communications glossary has
  2.  been obtained (3/12/92) from QUATECH of Akron, Ohio. A hi-end
  3.  manufacturer of communication, data acquisition and control
  4.  products for the IBM PC/XT, PC/AT, PS/2 Micro Channel and
  5.  compatible systems. They may be contacted at:
  6.  
  7.         QUATECH
  8.         662 Wolf Ledges Pkwy.
  9.         Akron, Ohio 44311
  10.         Order phone: 1-800-553-1170   Fax (216) 434-1409
  11.  
  12.  Above note and upload by Dick Sadler of the Golden Gate Computer
  13.  Society, Marin County, California.  BBS no. (415) 927-1216 8,N,1
  14.  
  15.  
  16.  
  17. active filter- An electronic filter that combines active circuit
  18. devices, usually amplifiers, with passive circuit elements, such
  19. as resistors and capacitors.  Active filters typically have
  20. characteristics that more closely match ideal filters than do
  21. strictly passive filters.
  22.  
  23.  
  24.  
  25. address- A unique designation for location of data or the
  26. identity of a peripheral device; allows each device on a single
  27. communications line to respond to its own message.
  28.  
  29.  
  30.  
  31. algorithm- A set of rules or detailed plan, with a finite
  32. number of  steps, for solving a problem. An algorithm can be
  33. used  as  a model for a computer program.
  34.  
  35.  
  36.  
  37. alias  frequency- A false lower frequency component that
  38. appears in  analog data reconstructed from original  data
  39. acquired at  an insufficient sampling rate.
  40.  
  41.  
  42.  
  43. analog- Continuous real time phenomena.
  44.  
  45.  
  46.  
  47. analog-to-digital (A/D) conversion-  The process of  changing
  48. an analog signal into a digital value that represents the
  49. magnitude of the signal at the moment of conversion.
  50.  
  51.  
  52.  
  53. analog-to-digital  converter(ADC)- An  electronic  device, often
  54.  an  integrated  circuit, that produces  a  digital  output
  55. directly proportional to an analog signal input.
  56.  
  57.  
  58.  
  59. ANSI- American National Standards Institute.
  60.  
  61.  
  62.  
  63. array- Data  arranged  in  single  or  multidimensional  rows
  64. and columns.
  65.  
  66.  
  67.  
  68. ASCII- American Standard Code for Information Interchange. A
  69. very popular standard method of encoding alphanumeric characters
  70.  into 7 or 8 binary bits.
  71.  
  72.  
  73.  
  74. assembler-   A   program  that  converts  a  list   of
  75. computer instructions written in a specific assembly-language
  76. format  into binary instructions that can be executed by a
  77. specific processor.
  78.  
  79.  
  80.  
  81. assembly-language  program-  A  program  written  directly
  82. with processor commands using mnemonic reprentations of the
  83. commands. The  program  is  then  processed  by  an  assembler
  84. to  produce executable machine code.
  85.  
  86.  
  87.  
  88. asynchronous- A communications protocol where information can
  89. be transmitted  at  an  arbitrary,  unsynchronized  point  in
  90. time, without synchronization to a reference timer or "clock."
  91.  
  92.  
  93.  
  94. attenuation- The decrease in magnitude of a signal.
  95.  
  96.  
  97.  
  98. bandpass  filter- A type of filter that allows a band  of
  99. signal frequencies between two set frequencies to pass while
  100. attenuating all signal frequencies outside the bandpass range.
  101.  
  102.  
  103.  
  104. bandwidth- The range of frequencies available for signaling; the
  105. difference between the highest and lowest frequencies of a band
  106. expressed in Hertz.
  107.  
  108.  
  109.  
  110. base  address-  A  memory  address that  serves  as  a  point
  111. of reference. All other points are located by offsetting (adding
  112.  to or subtracting from) in relation to the base address.
  113.  
  114.  
  115.  
  116. BASIC-   The   most  common  computer  language,  BASIC   is
  117. an abbreviation for Beginners All-purpose Symbolic Instruction
  118. Code. Relies  on  English-like  instructions  which  accounts
  119. for  its popularity and ease of learning.
  120.  
  121.  
  122.  
  123. baud- Unit of signaling speed. The speed in baud is the number
  124. of discrete conditions or events per second. If each event
  125. represents  only one bit condition, baud rate equals bps. When
  126. each event represents more than one bit (e.g., dibit), baud rate
  127. does not equal bps.
  128.  
  129.  
  130.  
  131. baud  rate-  Serial communications data  transmission  rate;
  132. normally the number of bits-per-second.
  133.  
  134.  
  135.  
  136. binary-coded decimal(BCD)- A code for representing decimal
  137. digits in a binary format.
  138.  
  139.  
  140.  
  141. bipolar- A signal range that includes both positive and
  142. negative values.
  143.  
  144.  
  145.  
  146. Bisynchronous Transmission (BSC or BISYNC)- A byte- or
  147. character-oriented communications protocol that has become the
  148. industry standard. It uses a defined set of control characters
  149. for synchronized transmission of binary-coded data between
  150. stations in a data-communications system.
  151.  
  152.  
  153.  
  154. bit (Binary Digit)- Contraction of "binary digit," the smallest
  155. unit of information in a binary system; a true or false
  156. condition.
  157.  
  158.  
  159.  
  160. BIOS (Basic Input/Output System)-A program, usually stored in
  161. ROM, which provides the fundamental services required for the
  162. operation of the computer. These services range from peripheral
  163. control to updating the time of day.
  164.  
  165.  
  166.  
  167. BPS (bits per Second)- Unit of data-transmission rate.
  168.  
  169.  
  170.  
  171. buffer- 1) A temporary-storage device used to compensate for a
  172. difference in data rate and data flow between two devices
  173. (typically a computer and a printer); also called a spooler. 2)
  174. An amplifier to increase the drive capability, current or
  175. distance, of an analog or digital signal.
  176.  
  177.  
  178.  
  179. bus-  A data path shared by many devices (e.g., multipoint line)
  180. with one or more conductors for transmitting signals, data, or
  181. power. In LAN technology, a bus is a type of linear network
  182. topology.
  183.  
  184.  
  185.  
  186. byte-  A  term referring to eight related  bits  of
  187. information. Eight bits equals one byte.
  188.  
  189.  
  190.  
  191. C-  A  programming  language, developed  around  the  concept
  192. of structured  programming,  that  bears  a  strong  resemblance
  193.  to PASCAL.
  194.  
  195.  
  196.  
  197. cache  memory- Fast memory used to improve the performance  of
  198. a CPU. Instructions that will soon be executed are placed in
  199. cache memory shortly before they are needed. This process speeds
  200. up the operation of the CPU.
  201.  
  202.  
  203.  
  204. CAE-  Computer-aided engineering. A computer system designed  to
  205. aid engineering development.
  206.  
  207.  
  208.  
  209. CAM-  Computer-aided  manufacturing. A computer system  used
  210. for automating manufacturing operations.
  211.  
  212.  
  213.  
  214. call- A software instruction used to pass control to a
  215. subroutine of  a program. At the completion of this subroutine,
  216. control  is returned  to  the  original program at the point  of
  217.  the  "call" statement.  Often used for specialized routines
  218. such  as  "analog read" from a data acquisition system or
  219. communication transmission/reception.
  220.  
  221.  
  222.  
  223. CCITT (International Consultative Committee for Telephone and
  224. Telegraph)- An international association that sets worldwide
  225. communications standards (e.g., V.21, V.22, V.22 bis).
  226.  
  227.  
  228.  
  229. central  processing  unit(CPU)- The central part  of  a
  230. computer system  that performs operations on data. In a personal
  231.  computer the CPU is typically a single microprocessor
  232. integrated circuit.
  233.  
  234.  
  235.  
  236. Character- Letter, numeral, punctuation, control figure, or any
  237. other symbol contained in a message.
  238.  
  239.  
  240.  
  241. clock- The source(s) of  timing signals for sequencing
  242. electronic events. (e.g. synchronous data transfer)
  243.  
  244.  
  245.  
  246. code-  As a noun, the text of a computer program. As a  verb,
  247. to "code" means to write a program.
  248.  
  249.  
  250.  
  251. cold-junction  compensation- A method of providing an
  252. artificial reference   level  and  compensation  for   ambient
  253. temperature veriations in thermocouple circuits.
  254.  
  255.  
  256.  
  257. common-mode rejection ratio (CMRR)- A measure of an
  258. instrument's ability to ignore or reject interference from a
  259. voltage common to its input terminals relative to ground. CMRR
  260. is usually expressed in decibels (DB).
  261.  
  262.  
  263.  
  264. communication protocol- The rules governing the exchange of
  265. information between devices on a data link.
  266.  
  267.  
  268.  
  269. comparator- An electronic circuit used to compare two values
  270. and set an indicator that identifies which value is greater.
  271.  
  272.  
  273.  
  274. compiler- A computer program used to translate or interpret a
  275. higher order language into its relocatable or absolute machine
  276. code equilavent.
  277.  
  278.  
  279.  
  280. concurrent-  Software  that  can  perform  more  than  one
  281. task simultaneously.
  282.  
  283.  
  284.  
  285. contact closure- The closing of a switch, often controlled by
  286. an electromagnetic relay.
  287.  
  288.  
  289.  
  290. conversion time- The time required, in an analog input or
  291. output system, from the moment a channel is interrogated (such
  292. as with  a read instruction) to the moment that accurate data is
  293.  available. This  could include: switching time, settling  time,
  294.  acquisition time, A/D conversion time, etc.
  295.  
  296.  
  297.  
  298. coprocessor-  Another  computer processor unit that  operates
  299. in conjunction  with  the  standard  CPU. Can  be  used  to
  300. enhance execution speed. For example, the 8087 is designed to
  301. perform floating point arithmetic.
  302.  
  303.  
  304.  
  305. counter- In software, a memory location used by a program for
  306. the purpose  of counting certain occurrences. In hardware, a
  307. circuit that can count events.
  308.  
  309.  
  310.  
  311. CPU- (See Central Processing Unit)
  312.  
  313.  
  314.  
  315. cross  assembler-  A  computer program  that  translates
  316. machine language code so that it can be read by a different type
  317. of CPU.
  318.  
  319.  
  320.  
  321. crossover- In communications, a conductor which runs through the
  322. cable and connects to a different pin number at each end.
  323.  
  324.  
  325.  
  326. crosstalk-  In communications, a phenomenon in which a signal
  327. in one  or  more  channels interferes with a signal  or  signals
  328.  in other channels. In an analog multiplexer, the ratio of the
  329. output voltage  to  the  input voltage with all  channels
  330. connected  in parallel and turned off.
  331.  
  332.  
  333.  
  334. current  loop-  Communications  method that  allows  data  to
  335. be transmitted over relatively long distances and through
  336. relatively high noise environments. Levels of current, rather
  337. than voltage are detected and translated into binary data.
  338.  
  339.  
  340.  
  341. data  acquisition-  Gathering information from  sources  such
  342. as sensors  and  transducers in an accurate,  timely  and
  343. organized manner.  Modern systems convert this information to
  344. digital  data which can be stored and processed by a computer.
  345.  
  346.  
  347.  
  348. data  reduction- The process of analyzing a large volume of
  349. data to  extract and refine a subset of the data for  some
  350. particular purpose, as in the statistical summarization of data.
  351.  
  352.  
  353.  
  354. DCE (Data Communications Equipment)- Devices that provide the
  355. functions required to establish, maintain, and terminate a
  356. data-transmission connection; e.g., a modem.
  357.  
  358.  
  359.  
  360. debouncing-  Either  a  hardware circuit or a  delay in software
  361.  to prevent false inputs from a bouncing key  or  switch contact.
  362.  
  363.  
  364.  
  365. decibel- A logarithmic measure of the ratio of two signal
  366. levels: dB=20Log10 (V1/V2)=10Log10 (P1/P2).
  367.  
  368.  
  369.  
  370. default- A value assigned or an action taken automatically
  371. unless another is specified.
  372.  
  373.  
  374.  
  375. digital-  A signal which has distinct states.  Digital
  376. computers process data as binary information having either true
  377. or false states.
  378.  
  379.  
  380.  
  381. digital data- Information transmitted in a coded form (from a
  382. computer), represented by discrete signal elements.
  383.  
  384.  
  385.  
  386. digital-to-analog (D/A) conversion- The process of translating
  387. discrete data  into  a  continuously varying signal. Common
  388. uses  are  to present the output of a digital computer as a
  389. graphic display  or as a test stimulus.
  390.  
  391.  
  392.  
  393. digital-to-analog converter(DAC)- A device that converts
  394. digital information into a corresponding analog voltage or
  395. current.
  396.  
  397.  
  398.  
  399. DIP- Acronym for "dual in-line package." A physical form factor
  400. for integrated circuits and switches.
  401.  
  402.  
  403.  
  404. DIP switches- A bank of switches typically used in setting the
  405. hardware configuration and base address of an option card.
  406.  
  407.  
  408.  
  409. direct  memory access(DMA)- A method by which information can
  410. be transferred from the computer memory to a device on the bus
  411. without using the processor.
  412.  
  413.  
  414.  
  415. DOS- Disk operating system.
  416.  
  417.  
  418.  
  419. down-load-  The  copying  of information  from  one  computer
  420. to another.
  421.  
  422.  
  423.  
  424. driver-(hardware) An electronic circuit that provides input to
  425. another electronic circuit.
  426.  
  427.  
  428.  
  429. driver-(software) A program that exercises a system or system
  430. component by simulating the activity of a higher level component.
  431.  
  432.  
  433.  
  434. DSR (Data Set Ready)- A modem interface control signal which
  435. indicates that the terminal is ready for transmission.
  436.  
  437.  
  438.  
  439. DTE (Data Terminal Equipment)- Devices acting as data source,
  440. data sink, or both.
  441.  
  442.  
  443.  
  444. duplex-  The ability to both send and receive data
  445. simultaneously over the same communications line.
  446.  
  447.  
  448.  
  449. dynamic range- The ratio of the full scale range (FSR) of a
  450. data converter  to  the smallest difference it  can  resolve.
  451. Dynamic Range  (DR)=2n. Generally expressed in dB, DR=20log2n.
  452. "n" is  the resolution in bits.
  453.  
  454.  
  455.  
  456. EBCDIC (Extended Binary Coded Decimal Interchange Code)- An
  457. eight-bit character code used primarily in IBM equipment. The
  458. code allows for 256 different bit patterns.
  459.  
  460.  
  461.  
  462. EIA (Electronic Industries Association)- A standards
  463. organization in the U.S.A. specializing in the electrical  and
  464. functional characteristics of interface equipment.
  465.  
  466. EMI/RFI (Electromagnetic Interference/Radio Frequency
  467. Interference) "Background noise" that could alter or destroy
  468. data transmission.
  469.  
  470.  
  471.  
  472. Emulation- The imitation of a computer system, performed by a
  473. combination of hardware and software, that allows programs to
  474. run between incompatible systems.
  475.  
  476.  
  477.  
  478. even parity- A  data-verification method in which each character
  479. must have an even number of "true" bits.
  480.  
  481.  
  482.  
  483. event counter- A circuit used to count pulses that are related
  484. to the  occurrences of a certain condition. An event counter can
  485.  typically be preset, reset and can totalize.
  486.  
  487.  
  488.  
  489. expansion  board- A plug-in circuit board that adds  features
  490. or capabilities  beyond  those basic to a computer, such as  a
  491. data acquisition system expansion board.
  492.  
  493.  
  494.  
  495. expansion chassis- An enclosure used to increase the
  496. capabilities of a computer system by providing space for
  497. additional  expansion boards.
  498.  
  499.  
  500.  
  501. expansion slots- The spaces provided in a computer for
  502. expansion boards that enhance the basic operation of the
  503. computer.
  504.  
  505.  
  506.  
  507. FCC- Federal Communications Commission.
  508.  
  509.  
  510.  
  511. firmware-  A computer program or software stored permanently in
  512. PROM or ROM or semipermanently in EPROM.
  513.  
  514.  
  515.  
  516. floating-point numbers- Numbers that contain decimal parts or
  517. are represented in scientific notation. Also known as "real"
  518. numbers.
  519.  
  520.  
  521.  
  522. flow control- The procedure for regulating the flow of data
  523. between two devices; prevents the loss of data once a device's
  524. buffer has reached its capacity.
  525.  
  526. foreground-  In  a  PC system, the  activity  subject  to
  527. direct operator intervention. Other (background) activities
  528. continue  as previously defined.
  529.  
  530.  
  531.  
  532. FORTRAN- FORmula TRANslation. A high level programming typically
  533. used for mathematically intense applications.
  534.  
  535.  
  536.  
  537. front  end- The preprocessing of data before a program  uses
  538. it. Could refer to signal conditioning in a data acquisition
  539. system.
  540.  
  541.  
  542.  
  543. Full Duplex (FDX)- Simultaneous, two-way, independent
  544. transmission in both directions.
  545.  
  546.  
  547.  
  548. gain amplifier- An electronic circuit that allows the input of
  549. low level signals (e.g. thermocouple microphone)
  550.  
  551.  
  552.  
  553. GPIB-  General  Purpose Interface Bus. A standard  bus  used
  554. for controlling   electronic  instruments  with  a   computer.
  555. Also designated IEEE-488.
  556.  
  557.  
  558.  
  559. ground- An electrically neutral circuit having the same
  560. potential as the  surrounding earth. Normally, a non-current
  561. carrying  circuit intended  for  the  safety purposes. A
  562. reference  point  for  an electrical system.
  563.  
  564.  
  565.  
  566. Half Duplex (HDX)- Transmission in either direction, but not
  567. simultaneous.
  568.  
  569.  
  570.  
  571. handshaking- Exchange of predetermined signals between two
  572. devices establishing a connection. Usually part of a
  573. communications protocol.
  574.  
  575.  
  576.  
  577. hardware-  The  visible parts of a computer system, such  as
  578. the circuit boards, chassis, enclosures, peripherals, cables,
  579. etc. It does not include data or computer programs.
  580.  
  581.  
  582.  
  583. HDLC (High-Level Data Link Control)- The international standard
  584. communication protocol defined by ISO.
  585.  
  586.  
  587.  
  588. hertz(Hz)- Cycles per second. A measure of frequency or
  589. bandwidth.
  590.  
  591.  
  592.  
  593. hexadecimal- A numbering system to the base 16.
  594.  
  595.  
  596.  
  597. hierarchical-  A  method  of organizing data  with  a  series
  598. of levels,  each with further subdivisions, as in a pyramid or
  599. tree structure.
  600.  
  601.  
  602.  
  603. high-level  language- A program used to simplify the creation
  604. of computer  code.  Allows the specification of  a  computer
  605. action using fewer steps than assembly language.
  606.  
  607.  
  608.  
  609. IEEE- (Institute of Electrical and Electronic  Engineers)- An
  610. international professional society that issues its own standards
  611. and is a member of ANSI and ISO.
  612.  
  613.  
  614.  
  615. input/output(I/O)- The process of transferring data from or to
  616. a computer  system  including  communication channels, operator
  617. interface devices, or data acquisition and control channels.
  618.  
  619.  
  620.  
  621. instrumentation  amplifier(IA)-  A precision amplifier circuit
  622. with  both high-impedance   differential   inputs   and   high
  623. common-mode rejection.
  624.  
  625.  
  626.  
  627. integer-  A  whole number, not requiring a  fraction,  a
  628. decimal point or scientific notation for representation.
  629.  
  630.  
  631.  
  632. integrating  A/D converter- An A/D conversion technique in
  633. which the  analog  input is integrated over time.  Different
  634. types  of integrating A/D converters include dual slope, triple
  635. slope,  and charge balancing types.
  636.  
  637.  
  638.  
  639. interface- A shared boundary defined by common physical
  640. interconnection characteristics, signal characteristics, and
  641. meanings of interchanged signals.
  642.  
  643.  
  644.  
  645. interpreter-   A  high-level  language  in  which   the
  646. command statements are converted, one at a time and in the order
  647. they are used, into code that can be executed by the processor.
  648.  
  649.  
  650.  
  651. interrupt-  An external event indicating that  the  CPU  should
  652. suspend its current task to service a designated activity.
  653.  
  654.  
  655.  
  656. interrupt  handler-  The section of a program that  performs
  657. the necessary operations to service an interrupt when it occurs.
  658.  
  659.  
  660.  
  661. interrupt service routine- See interrupt handler.
  662.  
  663.  
  664.  
  665. I/O- Input/output, see above.
  666.  
  667.  
  668.  
  669. I/O address- A method that allows the CPU to distinguish
  670. between the different boards in a system. All boards must have
  671. different addresses.
  672.  
  673.  
  674.  
  675. I/O  mapping- Method of connecting I/O devices to the CPU  in
  676. an addressable  fashion  without using memory  space.  Disk
  677. drives, printers and monitors are usually I/O mapped.
  678.  
  679.  
  680.  
  681. ISO- International Standards Organization.
  682.  
  683.  
  684.  
  685. isolation  amplifier-  An  amplifier  with  electrically
  686. isolated inputs  and  outputs  which allow it to  amplify  a
  687. differential signal superimposed on a high common-mode voltage.
  688.  
  689.  
  690.  
  691. isolation  voltage-  The voltage which an  isolated  circuit
  692. can normally  withstand. Isolation voltage is usually specified
  693. from input to input and/or from any input to the amplifier
  694. output,  or to the computer bus.
  695.  
  696.  
  697.  
  698. isothermal-  A process or area that is maintained at  a
  699. constant temperature.
  700.  
  701.  
  702.  
  703. jumper- A wire which connects a number of pins on one end of a
  704. cable only, such as looping back Request to Send from Clear to
  705. Send.
  706.  
  707.  
  708.  
  709. K- Kilo. In referring to computers, a "kilo" is 1024 or 2 to
  710. the 10th power. (Note that it is actually slightly more than an
  711. even 1000.)
  712.  
  713.  
  714.  
  715. latch- A term used to indicate that the state of a digital
  716. signal will remain stored until changed by the CPU or specified
  717. external command signal.
  718.  
  719.  
  720.  
  721. LDM (Limited Distance Modem)- A signal converter which
  722. conditions and boosts a digital signal so that it may be
  723. transmitted further than a standard RS-232 signal.
  724.  
  725.  
  726.  
  727. linearity-  The  adherence of a device's response to  a
  728. straight line relationship. Output is directly proportional to
  729. input.
  730.  
  731.  
  732.  
  733. line driver- A signal converter that conditions a signal to
  734. ensure reliable transmission over an extended distance.
  735.  
  736.  
  737.  
  738. linker- A program which combines different sections of a
  739. compiled program.
  740.  
  741.  
  742.  
  743. listener- A device on the GPIB bus that receives information
  744. from the bus.
  745.  
  746.  
  747.  
  748. Local Area Network (LAN)- A data-communications system confined
  749. to a limited geographic area (typically up to 6 miles or about
  750. 10 kilometers) with moderate to high data rates (100 Kbps to 50
  751. Mbps). The area served may consist of a single building, a
  752. cluster of buildings, or a campus-type arrangement. The network
  753. uses some type of switching technology, and does not use common
  754. carrier circuits (i.e. telephone lines) although it may provide
  755. access to other public or private networks.
  756.  
  757.  
  758.  
  759. loopback- Type of diagnostic test in which the transmitted
  760. signal is returned to the sending device after passing through
  761. all, or a portion of, a data-communications link or network. A
  762. loopback test permits the comparison of a returned signal with
  763. the transmitted signal.
  764.  
  765.  
  766.  
  767. machine  language-  Binary code that is executed  directly  by
  768. a computer  CPU  and translated into  electronic  actions.
  769. Machine language is different for each CPU type.
  770.  
  771.  
  772.  
  773. macro- A small set of program steps combined to act as a
  774. single, more powerful, program step.
  775.  
  776.  
  777.  
  778. mainframe- A large-scale computer system that can house
  779. comprehensive software and several peripherals.
  780.  
  781.  
  782.  
  783. Mean Time Between Failures(MTBF)- The average length of time
  784. that a system or component works without failure.
  785.  
  786.  
  787.  
  788. Mean Time to Repair(MTTR)- The average time it takes between
  789. system failure and repair.
  790.  
  791.  
  792.  
  793. memory-  Electronic devices that enable a computer to  store
  794. and recall  information. In its broadest sense, memory refers to
  795.  any hardware  capable  of serving that end, e.g.,  disk,  tape,
  796.  or semiconductor storage.
  797.  
  798.  
  799.  
  800. menu- The list of available functions for selection by the
  801. operator, usually displayed on the computer screen once a
  802. program has been entered.
  803.  
  804.  
  805.  
  806. mnemonics- A method of helping a software programmer remember
  807. the various  commands  of a specific computer  system.  A
  808. relatively easy-to-remember alphabetic code is assigned to each
  809. machine language command  and usually  consists of letters
  810. extracted from, and thus  suggestive of, the command it
  811. symbolizes.
  812.  
  813.  
  814.  
  815. modem(Modulator-Demodulator)- A device used to convert serial
  816. digital data from a transmitting terminal to a signal suitable
  817. for transmission over a common carrier, or to reconvert the
  818. transmitted signal to digital data for acceptance by a receiving
  819. terminal.
  820.  
  821.  
  822.  
  823. modem eliminator- A device used to connect a local terminal and
  824. a computer port in lieu of the pair of modems to which they
  825. would ordinarily connect, allows DTE-to-DTE data and control
  826. signal connections otherwise not easily achieved by standard
  827. cables or connectors.
  828.  
  829.  
  830.  
  831. modular-(hardware) The use of smaller, application specific
  832. components to derrive a customized complete system.
  833.  
  834.  
  835.  
  836. modular-(software) The practice of writing routines to
  837. accomplish a specific task and collecting these routines into a
  838. larger program.
  839.  
  840.  
  841.  
  842. monotonicity- The desirable characteristic of a
  843. digital-to-analog converter to produce a continuously increasing
  844. analog output  for a correspondingly increased digital input
  845. code.
  846.  
  847.  
  848.  
  849. multidrop-  A single communication line or bus used to connect
  850. three  or more points.
  851.  
  852.  
  853.  
  854. multiplexer(mux)- An array of semiconductor or
  855. electromechanical switches with a common output used for
  856. selecting one of a  number of input signals.
  857.  
  858.  
  859.  
  860. multipoint line- See multidrop.
  861.  
  862.  
  863.  
  864. multitasking-  The  characteristic of an  operating  system
  865. and/or CPU that allows a processor to perform several operations
  866. at once.
  867.  
  868.  
  869.  
  870. noise- Unwanted disturbances superimposed upon a useful signal
  871. that tend to obscure its information content.
  872.  
  873.  
  874.  
  875. nonvolatile-  A  memory or data storage device that  retains
  876. its information  content when electrical power is  removed.
  877. Ordinary RAM  is  volatile whereas ROM, bubble  memory,
  878. battery-backed-up CMOS RAM, floppy, and hard disks are
  879. nonvolatile.
  880.  
  881.  
  882.  
  883. null modem- A device that connects two DTE devices directly by
  884. emulating the physical connections of a DTE device. See modem
  885. eliminator.
  886.  
  887.  
  888.  
  889. Nyquist  Sampling  Theorem-  If a  continuous  bandwidth
  890. limited signal  contains no frequency components higher than a
  891. specified frequency  then  the  original signal can  be
  892. recovered  without distortion  if  it  is sampled at a rate of
  893. at  least  twice  the specified frequency.
  894.  
  895.  
  896.  
  897. operating  system(O/S)-  The master control program that
  898. governs  the operation of a computer system. Software of
  899. firmware that manages the  internal  memory allocation and the
  900. control  of  peripheral devices for applications programs.
  901.  
  902.  
  903.  
  904. optical  isolation-  Two  networks  connected  only  through
  905. an optoelectric   transmitter  and  receiver  with   no
  906. electrical continuity between the two networks.
  907.  
  908.  
  909.  
  910. overhead-  The amount of computer processing resources,  such
  911. as time or memory, required to accomplish some task.
  912.  
  913.  
  914.  
  915. parity bit- A bit that is set at "0" or "1" in a character to
  916. ensure that the total number of 1 bits in the data field is even
  917. or odd.
  918.  
  919.  
  920.  
  921. parity check- the addition of noninformation bits that make up a
  922. transmission block to ensure that the total number of 1s is
  923. always either even (even parity) or odd (odd parity); used to
  924. detect transmission errors.
  925.  
  926.  
  927.  
  928. passive   filter-   A  filter  circuit  using   only
  929. resistors, capacitors, and inductors. (No active devices such as
  930. integrated-circuit amplifiers).
  931.  
  932.  
  933.  
  934. Pascal- A high-level programming language originally developed
  935. as a  tool for teaching the concepts of structured  programming.
  936.  It has evolved into a powerful general-purpose language popular
  937.  for writing scientific and business programs.
  938.  
  939.  
  940.  
  941. peripheral- The input/output and data storage devices attached
  942. to a  computer such as disk drives, printers,  keyboards,
  943. displays, data acquisition systems, etc.
  944.  
  945.  
  946.  
  947. PID-  Proportional,  integral, derivative. A  three-mode
  948. control algorithm.
  949.  
  950.  
  951.  
  952. point-to-point(link)- A connection between two, and only two,
  953. pieces of equipment.
  954.  
  955.  
  956.  
  957. polling-  A means of controlling devices on a multipoint line. A
  958. controller will query devices for a response.
  959.  
  960.  
  961.  
  962. port- A place of access to a device or network, used for
  963. input/output of digital and analog signals.
  964.  
  965.  
  966.  
  967. protocol- A formal set of conventions governing the formatting
  968. and relative timing of message exchange between two
  969. communicating systems.
  970.  
  971.  
  972.  
  973. quantizing  error-  The  inherent uncertainty  in  digitizing
  974. an analog  value  due  to the finite resolution  of  the
  975. conversion process.  This  error  can  be reduced  only  by
  976. increasing  the resolution of the converter.
  977.  
  978.  
  979.  
  980. queue- A temporary storage location or list of things to be
  981. done such as messages that are awaiting transmission, or
  982. instruction for the CPU.
  983.  
  984.  
  985.  
  986. RAM (Random Access Memory)- Semiconductor read/write volatile
  987. memory. Data stored is lost if power is removed.
  988.  
  989.  
  990.  
  991. range-  Refers to the maximum allowable full-scale signal
  992. (input or output) that yields a specified performance level.
  993.  
  994.  
  995.  
  996. rate  generator- A device that provides an output pulse at a
  997. software-programmable frequency.
  998.  
  999.  
  1000.  
  1001. read-only  memory(ROM)-  Computer  memory in which  data  can
  1002. be routinely read but written to only once using special means
  1003. when  the ROM is manufactured. ROM is used for storing data or
  1004. programs (e.g. operating systems) on a permanent basis.
  1005.  
  1006.  
  1007.  
  1008. real  numbers- Numbers that can express a fractional value.
  1009. Also called floating-point numbers.
  1010.  
  1011.  
  1012.  
  1013. real   time-  Data  acted  upon  immediately  instead  of
  1014. being accumulated and processed at a later time.
  1015.  
  1016.  
  1017.  
  1018. real-world-  Referring  to events, signals  and  conditions
  1019. that occur naturally or in everyday life.
  1020.  
  1021.  
  1022.  
  1023. repeatability-  The  ability of an instrument to  give  the
  1024. same result under repeated identical conditions.
  1025.  
  1026.  
  1027.  
  1028. resolution-   The   smallest  significant  number  to   which
  1029. a measurement can be determined. For example, a converter with
  1030. 12-bit resolution can resolve 1 part in 4096.
  1031.  
  1032.  
  1033.  
  1034. response time- The elapsed time between the generation of the
  1035. last character of a message at a terminal and the receipt of the
  1036. first character of the reply. It includes terminal delay and
  1037. network delay.
  1038.  
  1039.  
  1040.  
  1041. ribbon  cable- A flat cable in which the conductors are  side
  1042. by side rather than in a bundle.
  1043.  
  1044.  
  1045.  
  1046. ROM- (See read- only memory)
  1047.  
  1048.  
  1049.  
  1050. routine-  A  self-contained  program  designed  to  accomplish
  1051. a specific task.
  1052.  
  1053.  
  1054.  
  1055. RS- Recommended standard. Standards defined for serial data
  1056. interchange (e.g. RS-232C) newer designations use "EIA" instead
  1057. of "RS" (e.g. EIA-232C).
  1058.  
  1059.  
  1060.  
  1061. RS-232C-  A serial asynchronous communications standard  used
  1062. to connect  modems, terminals and printers with  serial
  1063. interfaces. RS-232C has a specified distance limitation of 50
  1064. feet at a maximum data rate of 19,200 baud.
  1065.  
  1066.  
  1067.  
  1068. RS-422- Electrical characteristics of balanced-voltage digital
  1069. interface circuits. Maximum connection distance of 4000 feet.
  1070.  
  1071.  
  1072.  
  1073. RS-423- Electrical characteristics of unbalanced-voltage digital
  1074. interface circuits.
  1075.  
  1076.  
  1077.  
  1078. RS-449- General purpose 37-pin and 9-pin interface for data
  1079. terminal equipment and data circuit-termining equipment,
  1080. employing serial binary data interchange.
  1081.  
  1082.  
  1083.  
  1084. RS-485- The recommended standard of the Electronic Industry
  1085. Association that specifies the electrical characteristics of
  1086. drivers and recievers for use in balanced digital multipoint
  1087. systems.
  1088.  
  1089.  
  1090.  
  1091. RTD-  Resistance  temperature  detector.  An  electrical
  1092. circuit element characterized by a positive coefficient of
  1093. resistivity.
  1094.  
  1095.  
  1096.  
  1097. R/W- Read/write.
  1098.  
  1099.  
  1100.  
  1101. sample and hold- A circuit which acquires and stores  an  analog
  1102. voltage  for a short period of time. Typically used to stablize
  1103. the input of an analog to digital converter during conversion.
  1104.  
  1105.  
  1106.  
  1107. sampling theorem- See Nyquist Sampling Theorem.
  1108.  
  1109.  
  1110.  
  1111. SDLC (Synchronous Data Link Control)- IBM standard bit oriented
  1112. protocol, superseding BSE.
  1113.  
  1114.  
  1115.  
  1116. Seebeck effect- The basic principal behind thermocouples. When
  1117. a circuit is created by the junctions of two dissimilar metals
  1118. and the  junctions  are  held at different  temperatures,  a
  1119. current caused by the difference in temperature between the two
  1120. junctions will flow in the circuit.
  1121.  
  1122.  
  1123.  
  1124. sensitivity-  A measure of the minimum change in an input signal
  1125. that an instrument can detect.
  1126.  
  1127.  
  1128.  
  1129. sensor-  A  device that responds to a  physical  stimuli (heat,
  1130. light, sound, pressure, motion, etc) and produces a
  1131. corresponding electrical output.
  1132.  
  1133.  
  1134.  
  1135. serial I/O- A common form of data transmission, in which the
  1136. bits of each character are sent one at a time over the line.
  1137.  
  1138.  
  1139.  
  1140. serial  port- A communications interface that uses one data
  1141. line to transfer data bits sequentially. On the IBM PC the
  1142. serial port refers to a standard asynchronous serial interface
  1143. which uses the 8250/16450 family of UART's.
  1144.  
  1145.  
  1146.  
  1147. set point- A "level" or control point in a feedback system.
  1148.  
  1149.  
  1150.  
  1151. settling  time-  The time required, after application of  a
  1152. step input signal, for the output voltage to settle and remain
  1153. within a specified error band around the final value. The
  1154. settling  time of a system includes that of all of the
  1155. components of the system.
  1156.  
  1157.  
  1158.  
  1159. shielding- Protective covering that eliminates electromagnetic
  1160. and radio frequency interference.
  1161.  
  1162.  
  1163.  
  1164. shielded cable- A cable with foil or other sheathing around it
  1165. to stop  radio  frequency  interference  and  magnetic  fields
  1166. from generating extraneous signals on the cable conductors.
  1167.  
  1168.  
  1169.  
  1170. signal-to-noise  ratio- The  ratio  of signal strength to the
  1171. level of noise.
  1172.  
  1173.  
  1174.  
  1175. simplex transmission- Data transmission in one direction only.
  1176.  
  1177.  
  1178.  
  1179. Simultaneous Sample and Hold (SSH)- A data acquisition system in
  1180.  which several  sample and hold circuits are used to sample a
  1181. number  of analog  channels  at the same instant. One sample
  1182. and  hold  per analog channel is required.
  1183.  
  1184.  
  1185.  
  1186. software-  The  non-physical  parts of  a  computer  system
  1187. that includes  computer programs such as the operating  system,
  1188. high-level languages, applications programs, etc.
  1189.  
  1190.  
  1191.  
  1192. span-  The  difference between the lower and upper  limits  of
  1193. a range. Span is expressed in the same units as the range.
  1194.  
  1195.  
  1196.  
  1197. spike- A transient disturbance of an electrical circuit. (e.g.
  1198. lightning or other electrostatic sources.)
  1199.  
  1200.  
  1201.  
  1202. spike protector- A device placed in an electrical circuit to
  1203. prevent spikes and some surges that might otherwise damage
  1204. electronic equipment connected to that circuit.
  1205.  
  1206.  
  1207.  
  1208. stability-  The ability of an instrument or sensor to maintain
  1209. a consistent output when a constant input is applied.
  1210.  
  1211.  
  1212.  
  1213. straight-through pinning- RS-232 and RS-422 configuration that
  1214. matches DTE to DCE, pin for pin (pin 1 with pin 1, pin 2 with
  1215. pin 2, and so on).
  1216.  
  1217.  
  1218.  
  1219. strain relief- A bracket or clamp used to secure a cable so
  1220. that it  does not become disconnected accidentally or apply
  1221. stress  at the point of connection to the system.
  1222.  
  1223.  
  1224.  
  1225. subroutine-  A sequence of computer instructions that  perform
  1226. a specific task and can be called repeatedly in a program
  1227. whenever that specific task is required.
  1228.  
  1229.  
  1230.  
  1231. successive-approximation  A/D  converter-  An
  1232. analog-to-digital conversion method that sequentially compares a
  1233. series of  binary-weighted values with an analog input to
  1234. produce an output digital word  in  "n" steps, where "n" is the
  1235. bit resolution of  the  A/D converter.  This  process  is
  1236. analogous to  weighing  an  unknown quantity  on  a  balance
  1237. scale using a  set  of  binary  standard weights.
  1238.  
  1239.  
  1240.  
  1241. surge- A sudden change (usually an increase) in the voltage on
  1242. a power line. A surge is similar to a spike, but  is of longer
  1243. duration.
  1244.  
  1245.  
  1246.  
  1247. synchronization-  The coordination of the activities  of
  1248. several circuit elements.
  1249.  
  1250.  
  1251.  
  1252. synchronous transmission- Transmission in which data bits are
  1253. sent at a fixed rate, with the transmitter and reciever
  1254. synchronized. Synchronized transmission eliminates the need for
  1255. start and stop bits with every character.
  1256.  
  1257.  
  1258.  
  1259. syntax- Comparable to the grammar of a human language, syntax
  1260. is the  set  of rules used for forming statements  in  a
  1261. particular programming language.
  1262.  
  1263.  
  1264.  
  1265. talker- A device on the GPIB bus that simply sends information
  1266. on to the bus without actually controlling the bus.
  1267.  
  1268.  
  1269.  
  1270. termination- Placement of a connector on a cable.
  1271.  
  1272.  
  1273.  
  1274. termination  panel- A circuit board with screw  terminals  or
  1275. other  connector  system that allows convenient  connection  of
  1276. field signals to a data acquisition or communication system.
  1277.  
  1278.  
  1279.  
  1280. throughput  rate-  The maximum repetitive rate at  which  a
  1281. data conversion  system can operate with a specified accuracy.
  1282. It  is determined by summing the various times required for each
  1283. part of the system and then by taking the inverse of this time.
  1284.  
  1285.  
  1286.  
  1287. time stamp- Information added to a message, record, or other
  1288. unit of  data  indicating the time at which it was  processed
  1289. by  the system.
  1290.  
  1291.  
  1292.  
  1293. transducer- A device that converts length, position,
  1294. temperature, pressure,  level, etc., to a different energy form
  1295. (i.e.,  voltage or current).
  1296.  
  1297. transient- An abrupt change in voltage, of short duration (e.g.,
  1298. a brief pulse caused by the operation of a switch).
  1299.  
  1300.  
  1301.  
  1302. triac- A solid-state switching device used to switch
  1303. alternating current waveforms.
  1304.  
  1305.  
  1306.  
  1307. turnkey-  A  system that combines all the hardware  and
  1308. software required for a specific application.
  1309.  
  1310.  
  1311.  
  1312. UART- Universal Asynchronous Receiver-Transmitter, see below.
  1313.  
  1314.  
  1315.  
  1316. universal asynchronous receiver-transmitter(UART)- An
  1317. electronic circuit that translates  the data  format  between a
  1318. parallel  representation within the computer and the  serial
  1319. method   of transmitting data over a communications line.
  1320.  
  1321.  
  1322.  
  1323. uninterruptible  power  supply(UPS)- A  power  conditioning
  1324. unit placed  between  the commercial  power service and  the
  1325. protected device. The UPS uses line power to charge batteries,
  1326. which, in the case of a power failure, can drive electronic
  1327. circuitry to produce the appropriate AC requirements for some
  1328. time period.
  1329.  
  1330.  
  1331.  
  1332. UPS- Uninterruptible power supply, see above.
  1333.  
  1334.  
  1335.  
  1336. virtual  memory- A method of making disk storage appear like
  1337. RAM memory  to the CPU, thus allowing programs  that need  more
  1338. RAM  memory  than is installed to run in the system. This
  1339. technique  is slow compared to "real" memory.
  1340.  
  1341.  
  1342.  
  1343. volatile  memory- A storage medium that loses all data when
  1344. power is removed.
  1345.  
  1346.  
  1347.  
  1348. voltage-to-frequency  converter(VFC)- A device which converts
  1349. an analog  input  voltage  into a sequence of  digital  pulses
  1350. with frequency proportional to the input voltage.
  1351.  
  1352.  
  1353.  
  1354. word-  The  standard number of bits that a  processor  or
  1355. memory manipulates  at one time. Microprocessors typically use 8
  1356. or  16-bit words.
  1357.  
  1358.  
  1359.  
  1360. X.21- dYCCITT standard governing interface between data terminal
  1361. equipment (DTE) and data circuit terminating equipment (DCE) for
  1362. synchronous operation on public data networks.
  1363.  
  1364.  
  1365.  
  1366. X.25- CCITT standard governing interface between data terminal
  1367. equipment (DTE) and data circuit terminating equipment (DCE) for
  1368. terminals operating in the packet mode on public data networks.
  1369.  
  1370.  
  1371.  
  1372. X.25 Pad- A device that permits communication between non-X.25
  1373. devices and the devices in an X.25 network.
  1374.  
  1375.  
  1376.  
  1377. X-ON/X-OFF (Transmitter On/Transmitter Off)- Control characters
  1378. used for flow control, instructing a terminal to start
  1379. transmission(X-ON) and end transmission(X-OFF).
  1380.  
  1381.  
  1382.  
  1383.  
  1384.  
  1385.  
  1386.  
  1387.  
  1388.  
  1389.  
  1390.  
  1391.  
  1392.  
  1393.     
  1394.  
  1395.  
  1396.  
  1397.